home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / IFF / IFF_Forms / any.HLID.doc < prev    next >
Encoding:
Text File  |  1993-03-01  |  1.1 KB  |  24 lines

  1. HotLink IDentification (Soft-Logik)
  2.  
  3. HLID Generic chunk
  4. ==================
  5.  
  6. Submitted by Dan Weiss, Deron Kazmaier, and Gary Knight (8/29/91)
  7.  
  8. Chunk ID: "HLID" (HotLink IDentification)
  9. Description:  This chunk is used by applications that store local copies of
  10. HotLink'ed files.  When an application reads in a local copy and finds a HLID
  11. chunk, the application can check if any changes have been made to the file
  12. and get the new changes if any have been made. Also the application can set
  13. up a notification on the file, and treat it just like the application subscribed
  14. to the file. The format of the chunk is 3 long words. The first two hold the
  15. publication ID and the last one holds the publication version number. These
  16. are all the entries needed to load a hotlink'ed file from HotLinks.
  17.  
  18. Example:
  19.                         HLID            ;chunk ID
  20.                         0000000C        ;chunk length (12 bytes)
  21.                         00000001        ;publication ID (part 1)
  22.                         00000005        ;publication ID (part 2)
  23.                         00000002        ;publication version number
  24.